Intro

Background Information: We were tasked by Kirk Bogard, the Associate Vice President for Development and External Relations at Miami University to explore a dataset of real student data in order to find relationships and patterns that he can use to give Miami a competitive advantage. After exploring the data, we found a few particular variables that can help us find a potential relationship in the dataset, survey_salary, survery_internships, and survey_state. We plan to build a regression model using the number of internships during college to predict salary after graduation, using state to control for salary. The purpose of this analysis is to provide information on the relationship between number of internships and salary information to FSB Career Services. This will help them give more accurate guidance to students to ensure they get the best full time opportunity for them.

Survey Overview:

Internship Effects on Salary:

External Research:

Survey Overview

Overview of survey responses

row

Usable Response %

rate = round(100 * nrow(df)/nrow(df2),0)

gauge(rate, min=0, max=100, symbol='%', gaugeSectors(
  success=c(80,100), warning= c(40,79), danger=c(0,39)
)
      )

Usable Responses

1728

row

Distribution of Number of Internships

Internship Effects on Salary

Column

Mean Salary by Number of Internships

Column

Regression Model Predicting Salary by Number of Internships